-- background: 2807 from stack: in -- bmap block id: 35564 -- flags: 0000 -- background id: 0 -- name: book1 ----- HyperTalk script ----- on openCard set cursor to hand end openCard --on idle get the number of this card put it into field "#" exit idle end idle -- part 45 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=468 top=0 right=31 bottom=505 -- title width / last selected line: 0 -- icon id / first selected line: 20098 / 20098 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp answer "Quit to Home or Finder?" with "Cancel" or "Home" or "Finder" if it = "Cancel" then exit mouseUp end if if it = "Home" then visual effect iris open domenu home else show menubar doMenu "Quit HyperCard" end if end mouseUp